All Questions
Tagged with development-processteam
16 questions
-1votes
1answer
348views
Best way to keep development and testing in synch
We have 1 frontend developer and 2 backend developers and 1 QA. QA is responsible for writing the end-to-end tests using Cypress. FE developer writes the unit tests. Backend developers write the unit ...
3votes
2answers
942views
How to distribute code reviews workload in a small team?
I have a small team where I'm largely the only person who reviews what goes into production and makes sure that the code introduced doesn't contradict business logic, no bugs etc.. I know a lot of ...
1vote
1answer
172views
By what criteria should automated end-to-end test implementation work be allocated?
Assuming that the entire product team has agreed that implementing some automated end-to-end tests* is worthwhile in the first place... By what criteria should the workload of implementing automated ...
2votes
2answers
181views
Development Methodology for Many Projects
Twice now I have encountered an office where there are many projects being done simultaneously. The two different approaches I've seen to this is splitting people up into very small (1-2 people) ...
11votes
1answer
871views
Slicing up the Development Stack - diagonally?
We've got a new project going on, and at the moment developers have been split into two teams, team A and team B. This project has 2 parts to it which require development throughout the development ...
3votes
1answer
1kviews
Front end developers vs HTML/CSS coders plus "the JavaScript developer" [closed]
I was just googling around to find a good definition of front-end developer and the definitions that I found were pretty much "a guy that does HTML/CSS/JavaScript (jQuery)". But I think this is no ...
23votes
4answers
12kviews
How to deal with team members writing bad code [duplicate]
Our team consits of junior and senior developers. Problem I am facing is with the code written by seniors. They are not following MINIMUM coding standards. I am also still learning but I wouldn't ...
2votes
2answers
656views
Is it a good idea to use a kitchen-sink server for various services?
My (new) development team is setting up its software development environment. I won't describe the whole scenario, since that's another, much-maligned question. Anyway, we're going to have services ...
2votes
2answers
963views
Add a second developer to the team
In my company, I'm the only developer, but we plan on expanding the team by hiring a second programmer. I know there are a lot of implications to that (especially around source control). I've Googled ...
18votes
7answers
2kviews
How to become a good team player? [closed]
I've been programming (obsessively) since I was 12. I am fairly knowledgeable across the spectrum of languages out there, from assembly, to C++, to Javascript, to Haskell, Lisp, and Qi. But all of ...
7votes
7answers
22kviews
What should you include in a development approach document? [closed]
I'm in the middle of co-producing a "development approach" document for off-shore resources as they ramp up onto our project. The most recent (similar) document our company has used is over 80 pages, ...
4votes
4answers
1kviews
Weekly technology meeting?
I am thinking of introducing weekly technology meeting where programmers working on the same project can discuss things like: current status of the project on technical side technology backlog. ...
4votes
1answer
115views
Advice On How To Securely Manage [Client] Server Details Across Team?
Does anybody have any advice on this? I currently work as a kind of lead developer/team leader and we have some remote team members and sometimes a contractor or two. At times, the entire team might ...
6votes
1answer
698views
Real-time collaborative text editing (ie gdocs) - is it a viable software development tool?
"Google Docs" allows for real-time, collaborative document editing. Multiple document viewers are able to simultaneously read and change a document's content so that one user's updates are instantly ...
4votes
2answers
281views
how do I form a team which is remote?
I've got a bit of a challenge. While I'm not "in charge" I'm certainly lead developer on a project and my team will be scattered to high heaven. I've got someone who works on Fridays only, and ...